home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / vk_299b.zip / VKILL1.CTL < prev   
Text File  |  1992-10-01  |  3KB  |  127 lines

  1. % VKill v2.99b Configuration File
  2. % (C)opyright 1992, Cairo Research Labs
  3.  
  4. % Path for Moving Infected or Corrupted Archives
  5. %
  6. % This directory is where VKill will place all corrupted archives,
  7. % infected files, and files with suspicious extensions.
  8. % (No trailing backslashes!)
  9.  
  10. BADPATH C:\BADFILES
  11.  
  12. % DEBUG - When this option is enabled, debugging information will be logged
  13. %         to the logfile.  Helpful when tracking down problems
  14.  
  15. %DEBUG
  16.  
  17. % Path for VKill Log File(s)
  18. %
  19. % This is where VKill will create and maintain the log file(s) for each
  20. % node of your BBS.  The log files will be called VKILL1.LOG, VKILL2.LOG, etc
  21. % (No trailing backslashes!)
  22.  
  23. LOGPATH C:\MAX\LOGS
  24.  
  25. % Path for VKill Tracking File(s)
  26. %
  27. % This is where VKill will create and maintain the tracking files to be
  28. % used in the VKMAINT maintenance run. (** NOTE ** This is not implemented
  29. % in this 2.99a release.  It should be completed by the 3.0 release.
  30. % (No trailing backslashes!)
  31. % TRKPATH C:\MAX\LOGS
  32.  
  33. % Date Check Stamp Information
  34. %
  35. % If you do not wish to accept archives containing files older than a certain
  36. % date, then put the date here.  If you do not care how old the file is, then
  37. % simply comment out the DATECHECK option by placing a "%" at the beginning
  38. % of the line.
  39. %
  40. % FORMAT:    DATECHECK (mode) (date stamp)
  41. %
  42. % The (mode) option can be one of two things: ALL or ARC.  If ALL is
  43. % specified, then ALL files in the archive (including embedded archives)
  44. % will be checked against the date stamp for retention purposes. If *ANY*
  45. % of them should be older than the date stamp here, then a bad upload is
  46. % incurred.  If ARC is specified, then only the archive itself is checked
  47. % against the date stamp (i.e. just the uploaded .ZIP file, nothing in the
  48. % archive (or embedded) will be checked.
  49.  
  50. DATECHECK
  51. ARC
  52. 01/01/90
  53.  
  54. % UnArchiver Information
  55. %
  56. % FORMAT:  ARCDEF (Keyword specifying new archiver definition)
  57. %          EXTENSION
  58. %          SOFTOPTIONS
  59. %          PATH and EXECUTEABLE [cmd line parms]
  60. %
  61. % Here is where you define which archivers will be used for specific
  62. % extensions.  If a new archiver comes along, just add it in.
  63. %
  64. % The "SoftOptions" field is used if an archiver needs a switch, such
  65. % as "E" to extract.  (i.e. ARJ E C:\UPLOADS\GAME.ARJ)...
  66.  
  67. ARCDEF
  68. ARJ
  69. E
  70. ARJ.EXE
  71.  
  72. ARCDEF
  73. LZH
  74. E
  75. LHA.EXE
  76.  
  77. ARCDEF
  78. PAK
  79. E
  80. PAK.EXE
  81.  
  82. ARCDEF
  83. ZIP
  84. -o
  85. PKUNZIP.EXE
  86.  
  87. % Scanner Information
  88. %
  89. % Here is where your virus scanner is defined.  The sample included here
  90. % is for McAfee's VIRUSCAN.  VKill has been tested with F-PROTECT and TBSCAN
  91. % as well.  F-PROTECT worked just fine, with the exception of the Sysop end
  92. % looking a bit fried, as both VKill and FP fought for a video interrupt ;-)
  93. % TBSCAN failed, however, but this should be fixed in 3.0.
  94. %
  95. % FORMAT: SCANDEF
  96. %         EXECUTEABLE SCANNER
  97. %         FIRST PASS SOFTOPTIONS
  98. %         SUBSEQUENT SOFTOPTIONS
  99. %         CLEAN EXIT ERRORLEVEL
  100.  
  101. SCANDEF
  102. SCAN.EXE
  103. /a /nomem /HISTORY c:\max\scan.log
  104. /a /nomem
  105. 0
  106.  
  107. % Special File Extensions
  108. %
  109. % Use these area to define file extensions that are not archives, but are
  110. % considered to be acceptable extensions.  Uploads ending with these
  111. % extensions will *NOT* be moved to the BADPATH area.  You may have up to 20
  112. % of these.
  113. %
  114. % FORMAT: BEGINEXT
  115. %         .
  116. %         .
  117. %         ENDEXT
  118.  
  119. BEGINEXT
  120. .XXX
  121. .GIF
  122. .MOD
  123. .VOC
  124. ENDEXT
  125.  
  126.  
  127.